GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-15T21:37:05.2088385+00:00",
"SubmitDate": "2026-05-15T21:37:05.2088385+00:00",
"ReportPeriodStart": "2026-05-15T21:37:05.2088385+00:00",
"ReportPeriodEnd": "2026-05-15T21:37:05.2088385+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "19bf3e3c-4d56-45ab-9ca1-9693da2a178b",
"Rows": [
{
"ItemId": "8a6668b2-2923-4eaa-852b-12aebeebcd4a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8a6668b2-2923-4eaa-852b-12aebeebcd4a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "19bf3e3c-4d56-45ab-9ca1-9693da2a178b",
"Rows": [
{
"ItemId": "8a6668b2-2923-4eaa-852b-12aebeebcd4a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8a6668b2-2923-4eaa-852b-12aebeebcd4a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"77319f59-f132-4a86-9046-356efb88e686",
"beb74fa0-1c68-468b-b77c-d6896b2610e4"
],
"Approvers": [
"a13df9d2-a51b-41be-83d5-c8f3b28f8894",
"0918d291-d97d-49b8-950f-4a9a1bec6505"
],
"ApprovedBy": "50f794d8-417c-4baa-bd9f-578ed8dd3de4",
"ApprovalDate": "2026-05-15T21:37:05.2088385+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "77d7883d-23ab-4852-983f-d70c3874c936",
"id": "a3f41779-b88c-452b-99e0-3cf1af8453c7",
"ConfigId": "5dc68a03-5ca1-4cd8-85ed-de14c259e527"
},
{
"GenerationDate": "2026-05-15T21:37:05.2088385+00:00",
"SubmitDate": "2026-05-15T21:37:05.2088385+00:00",
"ReportPeriodStart": "2026-05-15T21:37:05.2088385+00:00",
"ReportPeriodEnd": "2026-05-15T21:37:05.2088385+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "19bf3e3c-4d56-45ab-9ca1-9693da2a178b",
"Rows": [
{
"ItemId": "8a6668b2-2923-4eaa-852b-12aebeebcd4a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8a6668b2-2923-4eaa-852b-12aebeebcd4a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "19bf3e3c-4d56-45ab-9ca1-9693da2a178b",
"Rows": [
{
"ItemId": "8a6668b2-2923-4eaa-852b-12aebeebcd4a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8a6668b2-2923-4eaa-852b-12aebeebcd4a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"77319f59-f132-4a86-9046-356efb88e686",
"beb74fa0-1c68-468b-b77c-d6896b2610e4"
],
"Approvers": [
"a13df9d2-a51b-41be-83d5-c8f3b28f8894",
"0918d291-d97d-49b8-950f-4a9a1bec6505"
],
"ApprovedBy": "50f794d8-417c-4baa-bd9f-578ed8dd3de4",
"ApprovalDate": "2026-05-15T21:37:05.2088385+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "77d7883d-23ab-4852-983f-d70c3874c936",
"id": "a3f41779-b88c-452b-99e0-3cf1af8453c7",
"ConfigId": "5dc68a03-5ca1-4cd8-85ed-de14c259e527"
}
]